home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Internet Explorer 5.0 / ie 5.0 / iejava.cab / com / ms / ie / DShellWindowsEvents.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-02-01  |  673 b   |  13 lines

  1. package com.ms.ie;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com._Guid;
  5.  
  6. public interface DShellWindowsEvents extends IUnknown {
  7.    _Guid iid = new _Guid(-29292832, (short)14746, (short)4560, (byte)-92, (byte)-116, (byte)0, (byte)-96, (byte)-55, (byte)10, (byte)-113, (byte)57);
  8.  
  9.    void WindowRegistered(int var1);
  10.  
  11.    void WindowRevoked(int var1);
  12. }
  13.